Function |is_digit
std/text/compare/char::|is_digit
Usage
|is_digit(char, base)
Parameters
↳ char: char
↳ base: u8
Return
↴ bool
Tells if char is digit.
base: must be between 0 and 36, if over function will returnfalsein any case.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
std/text/compare/char::|is_digit
|is_digit(char, base)
↳ char: char
↳ base: u8
↴ bool
Tells if char is digit.
base: must be between 0 and 36, if over function will return false in any case.